速報APP / 工具 / GNURoot Wheezy

GNURoot Wheezy

價格:免費

更新日期:2014-02-10

檔案大小:2.3M

目前版本:0.0.5

版本需求:Android 1.6 以上版本

官方網站:https://github.com/corbinlc

Email:corbinlc@gmail.com

聯絡地址:7670 SW Mohawk St. Tualatin, OR 97062

GNURoot Wheezy(圖1)-速報App

Allows you to create and launch a Debian Wheezy rootfs without rooting your device when used along with GNURoot (champion.gnuroot).

Primarily, I install packages with apt-get (http://linux.die.net/man/8/apt-get) and I suggest you do the same). To use apt-get you will need to click the "Launch as Fake Root" checkbox. A good place to start is to do:

apt-get update

apt-get upgrade

Then start working. If you find out that something you need is not installed, just apt-get it. To install less, do this:

apt-get install less

GNURoot Wheezy(圖2)-速報App

That is pretty obvious, but sometimes it is not. You can use a search engine (like google to help you out). For example, I found out to install R, I should do this:

apt-get install r-base

You can also search for packages using

apt-cache search some_keyword

A very popular package to add right away is this one:

apt-get install build-essential

GNURoot Wheezy(圖3)-速報App

This gets you setup to run the make and compile steps of many SW projects.